2011-05-21:  1.7.7 without any patches
 
   john-1.7.7.tar.gz

   (This contains the Solaris x86 64-bit SSE2 build of John the Ripper, compiled in Solaris 10 x86 64-bit) 
   Compiled by: Robert B. Harris from VA

Building this involved fixing an error in bench.c:
Problem setting in bench.c:
#define _XOPEN_SOURCE /* for setitimer(2) */

Setting that fixed bench.c:
#define _XOPEN_SOURCE 500 /* for setitimer(2) */


http://openwall.info/wiki/john/custom-builds
